-tape nondeterministic Turing machine
定義
$ k \ge 2
$ M = (\Gamma, Q, \delta_0, \delta_1)
$ \Gamma:有限集合
$ \Box, \triangleright, 0, 1 \in \Gamma
$ Q:有限集合
$ q_\mathsf{start}, q_\mathsf{halt}, q_\mathsf{accept} \in Q
$ \delta_0, \delta_1\colon Q \times \Gamma^k \to Q \times \Gamma^{k-1} \times \{\mathsf{L, S,R}\}^k
定義
任意のnondeterministic choiceについて, 時間$ \le T(|x|)で内部状態が$ q_\mathsf{halt}か$ q_\mathsf{accept}に到達するとき$ Mは時間$ T(|x|)で停止するという